home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / misc / TicTacToe.lha / TicTacToe / TicTacToe.doc < prev    next >
Text File  |  1990-12-14  |  1KB  |  31 lines

  1. /****************************************************************************
  2.  
  3.                                   TicTacToe
  4.  
  5.                      © Copyright 1989 by Jonathan Potter
  6.  
  7.           Not public domain, but as always, freely redistributable.
  8.  
  9. ****************************************************************************/
  10.  
  11. This is a simple game of TicTacToe, written for fun and nothing else.
  12. It's best run from the CLI, as you get more info there than from Workbench.
  13.  
  14. You always play Xs. To place an X, click in the appropriate square.
  15. When the game is over, click to start another game. The right mouse button
  16. at any time exits the game.
  17.  
  18. For those of you who have seen War Games, you can have the computer play
  19. itself. To do this, run it from the CLI with the -0 flag (ie TicTacToe -0).
  20.  
  21. If run from the CLI, the number of X wins, O wins and draws are displayed
  22. when the game is exited.
  23.  
  24. Have fun!
  25.  
  26.                               Jonathan Potter
  27.                               P.O. Box 289
  28.                               Goodwood, SA 5034
  29.                               Australia
  30.                          ph : (08) 2932788
  31.